ObjVerExEquals(Object) Method

Overrides generic equals function.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public override bool Equals(
	Object obj
)

Parameters

obj  Object
 

Return Value

Boolean
Return true if object is an ObjVerEx and the type, id, and version match.

See Also