Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

72377a9a 4c70 76ec c3ec 338a0d2660ff

haplokuon edited this page May 6, 2023 · 1 revision

Equals(Transparency) Method

netDxf 3.0.0 Library

Check if the components of two transparencies are equal.

Definition

Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public bool Equals(
	Transparency other
)

VB

Public Function Equals ( 
	other As Transparency
) As Boolean

C++

public:
virtual bool Equals(
	Transparency^ other
) sealed

F#

abstract Equals : 
        other : Transparency -> bool 
override Equals : 
        other : Transparency -> bool 

Parameters

  Transparency
Another transparency to compare to.

Return Value

Boolean
True if their indexes are equal or false in any other case.

Implements

IEquatable(T).Equals(T)

See Also

Reference

Transparency Class
Equals Overload
netDxf Namespace

Clone this wiki locally