Determines whether two
DataMember instances are equal.
Namespace:
VelocityDb.TypeInfo
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public bool Equals(
DataMember other
)
Public Function Equals (
other As DataMember
) As Boolean
public:
virtual bool Equals(
DataMember^ other
) sealed
abstract Equals :
other : DataMember -> bool
override Equals :
other : DataMember -> bool
Parameters
- other
- Type: VelocityDb.TypeInfoDataMember
The object to compare with the current object.
Return Value
Type:
Booleantrue if the specified
DataMember is equal to the current
DataMember; otherwise,
false.
Implements
IEquatableTEquals(T)See Also