Equals

SoftEdge.Equals method

Determines whether the specified SoftEdge is equal to the current SoftEdge.

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

Return Value

true if objects are equal; otherwise, false.

See Also