MappableFieldWrapperIEquatableMappableFieldWrapperEquals Method |
Indicates whether the current object is equal to another object of the same type.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.Mapping
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax bool IEquatable<MappableFieldWrapper>.Equals(
MappableFieldWrapper other
)
Private Function Equals (
other As MappableFieldWrapper
) As Boolean Implements IEquatable(Of MappableFieldWrapper).Equals
Parameters
- other
- Type: SD.LLBLGen.Pro.ApplicationCore.MappingMappableFieldWrapper
An object to compare with this object.
Return Value
Type:
Boolean
true if the current object is equal to the
other parameter; otherwise, false.
Implements
IEquatableTEquals(T)See Also