operator == method
Implementation
@override
bool operator ==(Object other) {
return other is ExtendedPropertyDefinition &&
ExtendedPropertyDefinition.IsEqualTo(this, other);
}
@override
bool operator ==(Object other) {
return other is ExtendedPropertyDefinition &&
ExtendedPropertyDefinition.IsEqualTo(this, other);
}