<Code Lib>
2027 Method
Changes 0
M

ChangeType.IsIdentical

Description:
Compares if two ChangeTypes are identical

public bool IsIdentical(
	ChangeType changeType
)

  • changeType
    Input ChangeType to be compared
Return Value Boolean True if the this ChangeType and input ChangeType are identical

Loading…