<Code Lib>
2024 Method
Changes 0
M

ChangeType.Contains

Description:
Checks whether this ChangeType contains the input ChangeType

public bool Contains(
	ChangeType changeType
)

Return Value bool True if input changeType is contained by this ChangeType

Loading…