MFIdentifierEquals Method (MFIdentifier) |
Equality of two MFIdentifiers.
For resolved identifiers, type and ID must match.
If either one is unresolved, aliases or original ids must match.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic bool Equals(
MFIdentifier other
)
Public Function Equals (
other As MFIdentifier
) As Boolean
public:
virtual bool Equals(
MFIdentifier^ other
) sealed
Parameters
- other
- Type: MFiles.VAF.ConfigurationMFIdentifier
Return Value
Type:
Boolean
See Also