ReferencedValueTypeEquals Method |
Determines whether the specified
Object is equal to the current
Object.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.DerivedModel
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
Parameters
- obj
- Type: SystemObject
The object to compare with the current object.
Return Value
Type:
Boolean
true if the specified object is equal to the current object; otherwise, false.
See Also