Equals Method
Equals(Object)
Compares this to obj
.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
System.ValueType.Equals(System.Object)
Equals(PlacementAlignment)
Compares this to other
.
Declaration
public bool Equals(PlacementAlignment other)
Parameters
Type | Name | Description |
---|---|---|
PlacementAlignment | other |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>.Equals(T)