Method IschangedInASafeWay
IschangedInASafeWay(FieldDescriptor)
Determines whether the field descriptor is changed in a safe way.
public virtual bool IschangedInASafeWay(FieldDescriptor other)
Parameters
other
FieldDescriptorThe other field descriptor.
Returns
- bool
true
if it is changed in a safe way; otherwise,false
.