Equals

BehaviorProperty.Equals method

Checks if this object is equal to another.

public override bool Equals(object obj)
ParameterTypeDescription
objObjectObject to compare.

Return Value

True if objects are equal.

See Also