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