IfcEntity.Equals

IfcEntity.Equals method

Determines whether the specified is equal to this instance.

public override bool Equals(object obj)
ParameterTypeDescription
objObjectThe to compare with this instance.

Return Value

true if the specified is equal to this instance; otherwise, false.

See Also