BrushStyleSetInfo.Equals Method

Definition

Overloads

Equals(Object)

Determines whether the specified object is equal to this one. Only equal if all of their properties are equal.

Equals(Object, Object)

Determines whether the two specified objects are equal to each other

Equals(Object)

Determines whether the specified object is equal to this one. Only equal if all of their properties are equal.

public:
 override bool Equals(System::Object ^ obj);
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parameters

obj
Object

The object to compare with.

Returns

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

Applies to

Equals(Object, Object)

Determines whether the two specified objects are equal to each other

public:
 static bool Equals(System::Object ^ objA, System::Object ^ objB);
public static bool Equals (object objA, object objB);
static member Equals : obj * obj -> bool
Public Shared Function Equals (objA As Object, objB As Object) As Boolean

Parameters

objA
Object
objB
Object

Returns

true if the specified objects are equal; otherwise, false.

Applies to