StoragePathItemEquals(StoragePathItem) - метод
Indicates whether the current object is equal to another object of the same type.
Пространство имён: Tessa.Platform.StorageСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public bool Equals(
StoragePathItem? other
)
Public Function Equals (
other As StoragePathItem
) As Boolean
public:
virtual bool Equals(
StoragePathItem^ other
) sealed
abstract Equals :
other : StoragePathItem -> bool
override Equals :
other : StoragePathItem -> bool
- other StoragePathItem
- An object to compare with this object.
Boolean if the current object is equal to the
other parameter; otherwise,
.
IEquatableTEquals(T)