MFIdentifierEquals(MFIdentifier) Method

Equality of two MFIdentifiers. For resolved identifiers, type and ID must match. If either one is unresolved, aliases or original ids must match.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public bool Equals(
	MFIdentifier other
)

Parameters

other  MFIdentifier
 

Return Value

Boolean

See Also