ObjVerExEquals(ObjVerEx) Method

Overrides type specific equals function.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public bool Equals(
	ObjVerEx other
)

Parameters

other  ObjVerEx
 

Return Value

Boolean
Return true if object type, id, and version match.

See Also