Click or drag to resize

DataMemberEquals Method

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
)

Parameters

other
Type: VelocityDb.TypeInfoDataMember
The object to compare with the current object.

Return Value

Type: Boolean
true if the specified DataMember is equal to the current DataMember; otherwise, false.

Implements

IEquatableTEquals(T)
See Also