TransparencyEquals Method
|
Check if the components of two transparencies are equal.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public bool Equals(
Transparency other
)
Public Function Equals (
other As Transparency
) As Boolean
public:
virtual bool Equals(
Transparency^ other
) sealed
abstract Equals :
other : Transparency -> bool
override Equals :
other : Transparency -> bool
METHOD Equals(
other AS Transparency
) AS LOGIC
Parameters
- other
- Type: DXFReaderNETTransparency
Another transparency to compare to.
Return Value
Type:
BooleanTrue if their indexes are equal or false in any other case.
Implements
IEquatableTEquals(T)See Also