OptimizedPersistableEquals Method |
Determines whether the specified Object is equal to the current Object. If this object or other object isn't persistent we call
Equals(Object)
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
public:
virtual bool Equals(
Object^ obj
) override
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool
Parameters
- obj
- Type: SystemObject
Object to compare with
Field Value
Type:
Booleantrue if the specified Object is equal to the current Object; otherwise, false.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VelocityDb.OptimizedPersistable.Equals(System.Object)"]
See Also