Click or drag to resize

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
)

Parameters

obj
Type: SystemObject
Object to compare with

Field Value

Type: Boolean
true 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